projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4ecd1
)
gw_ventana: Remove empty reset_cpu()
author
Fabio Estevam
<
[email protected]
>
Tue, 3 Nov 2015 13:54:21 +0000
(11:54 -0200)
committer
Stefano Babic
<
[email protected]
>
Thu, 12 Nov 2015 16:26:34 +0000
(17:26 +0100)
There is really no need to provide an empty reset_cpu() implementation,
so just remove it.
Cc: Tim Harvey <
[email protected]
>
Signed-off-by: Fabio Estevam <
[email protected]
>
Acked-by: Tim Harvey <
[email protected]
>
board/gateworks/gw_ventana/gw_ventana_spl.c
patch
|
blob
|
history
diff --git
a/board/gateworks/gw_ventana/gw_ventana_spl.c
b/board/gateworks/gw_ventana/gw_ventana_spl.c
index d28eb14f87e53c90ed9c426b13de03022083a85a..0a6ad47c7df37f4500c6fd126aac2c695833401f 100644
(file)
--- a/
board/gateworks/gw_ventana/gw_ventana_spl.c
+++ b/
board/gateworks/gw_ventana/gw_ventana_spl.c
@@
-574,7
+574,3
@@
int spl_start_uboot(void)
return ret;
}
#endif
-
-void reset_cpu(ulong addr)
-{
-}